home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_31.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  134 b   |  10 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   if not done then
  5.     sendAllSprites(#sendToolBarCoverAway)
  6.     done = 1
  7.   end if
  8.   go(the frame)
  9. end
  10.